home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / game1.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  275 b   |  22 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global ksp
  8.   case the clickOn - 88 of
  9.     1:
  10.       set ksp to 500
  11.     2:
  12.       set ksp to 400
  13.     3:
  14.       set ksp to 300
  15.     4:
  16.       set ksp to 200
  17.     5:
  18.       set ksp to 100
  19.   end case
  20.   cnfview()
  21. end
  22.